<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
body {
  overflow-x:hidden;
  color: #4c4c4c;
  font-size: 14px;
  font-family: PingFang SC,'氓戮庐猫陆炉茅鈥衡€γ┞烩€�', "Arial";
  padding-top: 90px;
}
td,
th,
caption {
  font-size: 14px;
}
a {
  color: #000;
  text-decoration: none !important;
}
a:hover {
  text-decoration: none !important;
}
a:visited,
a:focus,
a:hover {
  text-decoration: none;
  color: #333;
}
img {
  border: 0;
  vertical-align: middle;
}
img {
  border: none;
}
ol,
ul,
li {
  list-style: none;
}
input,
textarea,
select,
button {
  vertical-align: middle;
  font-size: 14px;
  font-family: inherit;
  line-height: normal;
  outline: none;
}
button {
  cursor: pointer;
}
table {
  border-collapse: collapse;
}
video {
  object-fit: contain;
}
.block {
  width: 1600px;
  margin: 0 auto;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  clear: both;
}
.public-header {
  position: fixed;
  top: 0;
  z-index: 999999;
  left: 0;
  right: 0;
  height: 90px;
  line-height: 90px;
  box-sizing: border-box;
  background: #fff;
  border-bottom:1px solid rgba(255, 255, 255, 0.2);
}
.public-header .logo-box img{
  height: 100px;
}
.public-header.search{
  background:#fff;
}
.public-header .body-box {
  box-sizing: border-box;
}
.public-header .body-box .logo-box {
  float: left;margin-left:60px;
}
.public-header .body-box .logo-box img.active{
  display:none;
}
.public-header .body-box .link-box{
  margin-right:230px;float:right;
}
.public-header .body-box li {
  float: left;
  text-align: center;
  margin-left:30px;
  margin-right:30px;
}
.public-header .body-box li a {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  height: 22px;
  line-height: 22px;
  vertical-align: middle;
  width: 100%;
}
.public-header .body-box li a:before {
  position: absolute;
  content: '';
  height: 2px;
  background: #c30d23;
  left: 50%;
  margin-left: 0;
  width: 0px;
  transition: all 0.3s;
  bottom: -10px;
}
.public-header .body-box li:hover a,
.public-header .body-box li.active a {
  color:#c30d23;font-weight:700;
}
.public-header .body-box li:hover a:before,
.public-header .body-box li.active a:before {
  width: 100%;
  margin-left: -50%;
  bottom: -10px;
}
.public-header .body-box li.active a span {
  transform: translate(0, -22px);
}
.public-header .btn-box .search{
  position:absolute;
  right:90px;
  width:90px;
  text-align:center;
   border-left:1px solid rgba(255, 255, 255, 0.2);
}
.public-header .btn-box .search img.active{
  display:none;
}
.public-header.search{
  background:#fff;
}
.public-header.search .body-box{
  display:none;
}
.public-header.search .search-box{
  display:block;
}
.public-header.search .close-btn{
    position:absolute;
    top:0;
    right:-100px;
}
.public-header .search-box {
  height:42px;
  width:500px;
   margin:0 auto;
  border-bottom:1px solid #e5e5e5;
  line-height:42px;
 /* border-radius: 30px;*/
  font-size: 0;
  margin-top:25px;
  position:relative;
  display:none;
}
.public-header .search-box input {
  height: 100%;
  width:100%;
  outline: none;
  border:none;
  padding-left:0px;
  padding-right: 10px;
  box-sizing: border-box;
  font-size: 14px;
}
.public-header .search-box input::-ms-placeholder,
.public-header .search-box input:-moz-placeholder,
.public-header .search-box input::-moz-placeholder
.public-header .search-box input::-webkit-input-placeholder{
   color:#999;
}
.public-header .search-box span {
  display: inline-block;
  width: 35px;
  height: 100%;
  text-align: center;
  position:absolute;
  cursor: pointer;
  right:10px;
}
.public-header .search-box span img {
  vertical-align: middle;
}

.public-header.on .toggle-btn{
  z-index:1000;border-left:none;
}
.public-header .toggle-btn {
  position: absolute;
  right: 0;
  top: 0;
  height:90px;
  width:90px;
  border-left:1px solid rgba(255, 255, 255, 0.2);
}
.public-header .toggle-btn .sr-only {
  position: relative;
  display: block;
  width:20px;
  height:2px;
  background: #fff;
  margin: 0 auto;
  margin-top:45px;
}
.public-header .toggle-btn .sr-only:before {
  position: absolute;
  top: -4px;
  left: 0;
  content: ' ';
  width:20px;
  height:2px;
  background-color: #fff;
  transition: all 0.6s;
}
.public-header .toggle-btn .sr-only:after {
  position: absolute;
  top:4px;
  left: 0;
  content: ' ';
  width:20px;
  height:2px;
  background-color: #fff;
  transition: all 0.6s;
}
 .public-header.on .toggle-btn .sr-only:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top:0;
}
 .public-header.on .toggle-btn .sr-only:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
}
 .public-header .centent-box{
  display:none;
 }
 .public-header.on .centent-box{
  display:
  inline-block;
  background: rgba(195,13,35,0.6);height:580px;
  width:100%;
  position:
  absolute;top:0;
 }
 .public-header.on .nav-box {
  width: 100%;
  display:flex;width:1600px;
  justify-content: space-evenly;
}
.public-header.on .nav-box dl{
  padding-top:135px;width:16.6%;text-align:center;
  border-right:1px solid rgba(255, 255, 255, 0.1);
  line-height:2;
}
 .public-header.on .nav-box dl li{
    margin-bottom: 20px;
    display:inline-block;
    text-align:left;
 }
 .public-header.on .nav-box dl li &gt; a{
  color: #fff;
  font-size:24px;
  display:inline-block;margin-bottom:17px;
}
 .public-header.on .nav-box dl dd span{
  width:8px;height:2px;background:#fff;margin-right:14px;display:inline-block;position:relative;top:-5px;
 }
 .public-header.on .nav-box dl dd a {
  color: #fefefe;
  text-align:left;
  font-size: 16px;
}
.public-header.on .nav-box dl:last-child{
  border-right:none;
}


.public-header.active {
  -webkit-animation: tem50_headerdonghua .5s;
  animation: tem50_headerdonghua .5s;
  width: 100%;
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
}
.public-header.active .body-box .logo-box img,
.public-header.active .btn-box .search img{
   display:none;
}
.public-header.active .body-box .logo-box img.active,
.public-header.active .btn-box .search img.active{
  display:inline-block;
}
.public-header.active .btn-box .search,
.public-header.active .toggle-btn{
  border-left:1px solid #e5e5e5;
}
.public-header.active .toggle-btn .sr-only {
  background: #000;
}
.public-header.active .toggle-btn .sr-only:before {
  background-color:#000;
}
.public-header.active .toggle-btn .sr-only:after {
  background-color: #000;
}
.public-header.active .body-box li a {
  color: #333;
}
.public-header.active .body-box li:hover a,
.public-header.active .body-box li.active a{
  color:#c30d23;
}

 .public-header.on .toggle-btn .sr-only:after,
 .public-header.on .toggle-btn .sr-only:before{
 background-color:#fff;
 }
  .public-header.on .toggle-btn{
    border-left:none;
  }
 .public-header.on .toggle-btn .sr-only{
   background-color: transparent;
 }
@-webkit-keyframes tem50_headerdonghua {
  0% {
    top: -100px;
  }
  100% {
    top: 0;
  }
}
@keyframes tem50_headerdonghua {
  0% {
    top: -100px;
  }
  100% {
    top: 0;
  }
}


.public-footer {
  position: relative;
  height:250px;
  background: #fafafa;
}
.public-footer .centent-box{
  position:relative;
}
.public-footer .left-box{
  display:flex;position: absolute;top:77px;
}
.public-footer .left-box .er-box{
  vertical-align:top;margin-top:-20px;
   float:left;margin-left:67px;text-align:center;
}
.public-footer .left-box .er-box img{
  width:114px;height:114px;
}
.public-footer .right-box {
  position: absolute;
  right:0px;
  text-align: right;
  top:65px;
}
.public-footer .right-box .link-box {
  width: 100%;
  display: flex;
  justify-content:flex-end;
}
.public-footer .right-box .link-box dl dt {
  color:#383431;padding-left:20px;padding-right:20px;
  margin-bottom:25px;
  line-height: 1;
  font-size: 14px;border-right:1px solid #e5e5e5;
}
.public-footer .right-box .link-box dl:last-child dt{
  padding-right:0;border-right:none;
}
.public-footer .right-box .link-box dl dd a {
  color: #fff;
  font-size: 14px;
  line-height: 2;
}
.public-footer .right-box p {
  color:#383431;
  line-height: 2;
  font-size: 14px;
}
.public-footer .right-box p span{
  margin-left:15px;
}
@media screen and (max-width: 1700px) {
  .block {
    width: 1300px;
  }
  .public-header .body-box .link-box{
    margin-right:210px;
  }
  .public-header .body-box .tel-box {
    margin-left: 30px;
  }
  .public-header .body-box li {
    margin-left:20px;margin-right:20px;
  }
}
@media screen and (max-width: 1440px) {
   .public-header.on .nav-box{
    width:1300px;
   }
}
.public-more {
  position: relative;
  width: 140px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  display: inline-block;
  text-align: center;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  color: #333333;
  font-size: 14px;
}
.public-more span {
  display: inline-block;
  margin-left: 4px;
}
.public-more:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background:#c30d23;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: -1;
}
.public-more:hover:before,
.public-more:focus:before,
.public-more:hover:before {
  right: auto;
  left: 0;
  width: 100%;
}
.public-more:hover {
  color: #fff;
  border-color:#c30d23;
}
.swiper-container .swiper-pagination {
  bottom: 35px;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet {
  width:30px;
  height:2px;
  border-radius: 0;
  border: 1px solid #fff;
  box-sizing: border-box;
  background: transparent;
  opacity: 1;
  margin-left: 7px;
  margin-right: 7px;
  vertical-align: middle;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  width:30px;
  height:2px;
  border-color:#c30d23;
  vertical-align: middle;
}
/*# sourceMappingURL=common.css.map */</pre></body></html>